home *** CD-ROM | disk | FTP | other *** search
/ Canon Creative 3 / Canon Creative 3 - Disc 2.iso / designe / DE.DIR / 00013.ls < prev    next >
Encoding:
Text File  |  1997-05-08  |  112 b   |  8 lines

  1. on mouseDown
  2.   global gTimer
  3.   if clickButton() then
  4.     set gTimer to the ticks
  5.     go(marker(1))
  6.   end if
  7. end
  8.